home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / flash_poker.swf / scripts / frame_13 / DoAction_2.as next >
Text File  |  2006-01-17  |  402b  |  24 lines

  1. tellTarget("/History")
  2. {
  3.    S1 = "Random(4)+1";
  4.    S2 = "Random(4)+1";
  5.    S3 = "Random(4)+1";
  6.    S4 = "Random(4)+1";
  7. }
  8. tellTarget("/History/Suit4")
  9. {
  10.    gotoAndStop(eval("../:S4"));
  11. }
  12. tellTarget("/History/Suit3")
  13. {
  14.    gotoAndStop(eval("../:S3"));
  15. }
  16. tellTarget("/History/Suit2")
  17. {
  18.    gotoAndStop(eval("../:S2"));
  19. }
  20. tellTarget("/History/Suit1")
  21. {
  22.    gotoAndStop(eval("../:S1"));
  23. }
  24.